From 8d24b71facb265854f003663c59fc96b9503b311 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 21 Jun 2015 09:57:49 +0200 Subject: [PATCH] Correction of benchmarks directory As stated [in code](https://goo.gl/8xMl4a), benchmarks are to be found in the 'benches' directory, not in the 'examples' directory. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index b3743a64b..914726c34 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -211,7 +211,7 @@ Cargo project. Here the conventions that Cargo uses: * Other executables can be placed in `src/bin/*.rs`. * External tests go in the `tests` directory. * Example executable files go in the `examples` directory. -* Benchmarks go in the `examples` directory. +* Benchmarks go in the `benches` directory. These are explained in more detail in the [manifest description](manifest.html#the-project-layout). -- 2.30.2